Resource StructureDefinition/FHIR Server from package cezih.hr.cezih-osnova#0.2.9 (79 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "HRMinimalSubmissionSet",
"url" : "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRMinimalSubmissionSet",
"name" : "HRMinimalSubmissionSet",
"title" : "HR Minimal SubmissionSet",
"status" : "active",
"description" : "Minimal submission set koristi se u hrvatskoj implementaciji IHE MHD profila. Promjene su napravljene kako bi se podržala backward kompatibilnost s implementacijom MHD profila za COD. Promjene u odnosu na standard:\r\n-obavezno slanje 2 identifikatora, uniqueId i entryUUID\r\n- uniqueId ne mora biti OID, ali mora biti jedinstven",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "List",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/List",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "List",
"path" : "List",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "XDS SubmissionSet",
"comment" : "Used in the context of the IHE MHD ImplementationGuide"
}
]
},
{
"id" : "List.meta",
"path" : "List.meta"
},
{
"id" : "List.meta.profile",
"path" : "List.meta.profile",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.limitedMetadata"
}
]
},
{
"id" : "List.extension",
"path" : "List.extension",
"min" : 1
},
{
"id" : "List.extension:sourceId",
"path" : "List.extension",
"sliceName" : "sourceId",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId"
]
}
],
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.sourceId"
}
]
},
{
"id" : "List.identifier",
"path" : "List.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "use"
}
],
"rules" : "open"
},
"short" : "Nacionalna modifikacija",
"definition" : "Za razliku od standarda obavezno je slanje minimalno 2 identifikatora, uniqueId i entryUUID.",
"min" : 2
},
{
"id" : "List.identifier:uniqueId",
"path" : "List.identifier",
"sliceName" : "uniqueId",
"short" : "uniqueId ne mora biti OID",
"definition" : "uniqueId ne mora biti OID, ali mora biti jedinstven",
"min" : 1,
"max" : "1"
},
{
"id" : "List.identifier:uniqueId.use",
"path" : "List.identifier.use",
"min" : 1,
"fixedCode" : "official"
},
{
"id" : "List.identifier:uniqueId.system",
"path" : "List.identifier.system",
"min" : 1
},
{
"id" : "List.identifier:uniqueId.value",
"path" : "List.identifier.value",
"min" : 1
},
{
"id" : "List.identifier:entryUUID",
"path" : "List.identifier",
"sliceName" : "entryUUID",
"min" : 1,
"max" : "1"
},
{
"id" : "List.identifier:entryUUID.use",
"path" : "List.identifier.use",
"min" : 1,
"fixedCode" : "usual"
},
{
"id" : "List.identifier:entryUUID.system",
"path" : "List.identifier.system",
"min" : 1
},
{
"id" : "List.identifier:entryUUID.value",
"path" : "List.identifier.value",
"min" : 1
},
{
"id" : "List.status",
"path" : "List.status",
"patternCode" : "current",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.availabilityStatus"
}
]
},
{
"id" : "List.mode",
"path" : "List.mode",
"patternCode" : "working",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "shall be 'working'"
}
]
},
{
"id" : "List.title",
"path" : "List.title",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.title"
}
]
},
{
"id" : "List.code",
"path" : "List.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes",
"code" : "submissionset"
}
]
},
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "shall be 'submissionset'"
}
]
},
{
"id" : "List.subject",
"path" : "List.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent"
]
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.patientId"
}
]
},
{
"id" : "List.encounter",
"path" : "List.encounter",
"max" : "0",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "n/a"
}
]
},
{
"id" : "List.date",
"path" : "List.date",
"min" : 1,
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.submissionTime"
}
]
},
{
"id" : "List.source",
"path" : "List.source",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-pacijent",
"http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner"
]
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.author"
}
]
},
{
"id" : "List.source.extension:authorOrg",
"path" : "List.source.extension",
"sliceName" : "authorOrg",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-authorOrg"
]
}
],
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.author when the author is an Organization"
}
]
},
{
"id" : "List.orderedBy",
"path" : "List.orderedBy",
"max" : "0",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "n/a"
}
]
},
{
"id" : "List.note",
"path" : "List.note",
"max" : "1",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "SubmissionSet.comments"
}
]
},
{
"id" : "List.entry.flag",
"path" : "List.entry.flag",
"max" : "0",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "n/a"
}
]
},
{
"id" : "List.entry.deleted",
"path" : "List.entry.deleted",
"max" : "0",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "n/a"
}
]
},
{
"id" : "List.entry.date",
"path" : "List.entry.date",
"max" : "0",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "n/a"
}
]
},
{
"id" : "List.entry.item",
"path" : "List.entry.item",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/DocumentReference",
"http://hl7.org/fhir/StructureDefinition/List"
]
}
],
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "references to DocumentReference(s) and Folder List(s)"
}
]
},
{
"id" : "List.emptyReason",
"path" : "List.emptyReason",
"max" : "0",
"mapping" : [
{
"identity" : "SubmissionSet-Mapping",
"map" : "n/a"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.